home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Comix Games
/
Comix Games.iso
/
waldo
/
waldo.exe
/
FINAL08.DXR
/
00291.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-10-08
|
171 b
|
11 lines
global gHot, gHotMask
on exitFrame
cursor([gHot, gHotMask])
startTimer()
repeat while (the timer < 200) and the mouseUp
nothing()
end repeat
cursor(-1)
end